Xbasic

WAITDIALOG.SET_PERCENT Function

Syntax

Set_Percent as C(count as N,total_count as N)

Arguments

count

The current value, shown as a percentage of the Maximum_Value.

total_count

The maximum value, equivalent to the right end of the progress bar.

Description

The .SET_PERCENT() method sets the position of the progress bar when the progress bar has been created with style "percent".

Example

See {WAITDIALOG} for an example.

Limitations

Desktop applications only.

See Also